home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE23 / PZAZZDEM / PZAZZDEM.ZIP / PZDEMO / PZDLABEL.DFM / PZDLABEL.txt
Text File  |  1996-12-11  |  4KB  |  171 lines

  1. object PZLabelForm: TPZLabelForm
  2.   Left = 204
  3.   Top = 124
  4.   Width = 597
  5.   Height = 420
  6.   Caption = 'PZLabel'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   FormStyle = fsMDIChild
  12.   Position = poDefault
  13.   Visible = True
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDeactivate = FormDeactivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object HeaderPanel: TPZBitmapPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 589
  23.     Height = 37
  24.     Align = alTop
  25.     Background.Transparent = False
  26.     Background.Style = bsTiled
  27.     BevelInner = bvLowered
  28.     BevelOuter = bvNone
  29.     BorderWidth = 4
  30.     TabOrder = 0
  31.     object PZShaded1: TPZShaded
  32.       Left = 5
  33.       Top = 5
  34.       Width = 579
  35.       Height = 27
  36.       Align = alClient
  37.       Caption = 'PZLabel'
  38.       Font.Color = clBlack
  39.       Font.Height = -21
  40.       Font.Name = 'Times New Roman'
  41.       Font.Style = [fsBold]
  42.       ParentFont = False
  43.       StartColor = clWhite
  44.       EndColor = 8454143
  45.       Graduation = 10
  46.       Direction = drHorizontalInOut
  47.     end
  48.   end
  49.   object DescrPanel: TPZBitmapPanel
  50.     Left = 0
  51.     Top = 37
  52.     Width = 213
  53.     Height = 356
  54.     Align = alLeft
  55.     Background.Transparent = False
  56.     Background.Style = bsTiled
  57.     BevelInner = bvLowered
  58.     BevelOuter = bvNone
  59.     BevelWidth = 4
  60.     BorderWidth = 4
  61.     TabOrder = 1
  62.     object PZLabel3: TPZLabel
  63.       Left = 8
  64.       Top = 171
  65.       Width = 197
  66.       Height = 165
  67.       Align = alTop
  68.       Caption = '\lbThe label can be horizonally and vertically justified.'
  69.       Font.Color = clBlack
  70.       Font.Height = -13
  71.       Font.Name = 'Arial'
  72.       Font.Style = []
  73.       HorzAlignment = haCenter
  74.       ParentFont = False
  75.       VertAlignment = vaTop
  76.     end
  77.     object PZLabel4: TPZLabel
  78.       Left = 8
  79.       Top = 28
  80.       Width = 197
  81.       Height = 143
  82.       Align = alTop
  83.       Caption = 
  84.         '\lbWith PZLabel you can change the appearance of part or all of ' +
  85.         'the label by using special control strings placed within the lab' +
  86.         'el'#39's caption property.\lb\lbThe control strings define bold, ita' +
  87.         'lic, underline and color.'
  88.       Font.Color = clBlack
  89.       Font.Height = -13
  90.       Font.Name = 'Arial'
  91.       Font.Style = []
  92.       HorzAlignment = haCenter
  93.       ParentFont = False
  94.       VertAlignment = vaTop
  95.     end
  96.     object PZLabel2: TPZLabel
  97.       Left = 8
  98.       Top = 8
  99.       Width = 197
  100.       Height = 20
  101.       Align = alTop
  102.       Caption = 'Description:'
  103.       Font.Color = clNavy
  104.       Font.Height = -16
  105.       Font.Name = 'Arial'
  106.       Font.Style = [fsBold]
  107.       HorzAlignment = haCenter
  108.       ParentFont = False
  109.       VertAlignment = vaTop
  110.     end
  111.   end
  112.   object ResultsPanel: TPZBitmapPanel
  113.     Left = 213
  114.     Top = 37
  115.     Width = 376
  116.     Height = 356
  117.     Align = alClient
  118.     Background.Transparent = False
  119.     Background.Style = bsTiled
  120.     BevelInner = bvLowered
  121.     BevelOuter = bvNone
  122.     BevelWidth = 4
  123.     BorderWidth = 4
  124.     TabOrder = 2
  125.     object PZLabel5: TPZLabel
  126.       Left = 8
  127.       Top = 8
  128.       Width = 360
  129.       Height = 20
  130.       Align = alTop
  131.       Caption = 'Example:'
  132.       Font.Color = clNavy
  133.       Font.Height = -16
  134.       Font.Name = 'Arial'
  135.       Font.Style = [fsBold]
  136.       HorzAlignment = haCenter
  137.       ParentFont = False
  138.       VertAlignment = vaTop
  139.     end
  140.     object OutputPanel: TPZBitmapPanel
  141.       Left = 8
  142.       Top = 28
  143.       Width = 360
  144.       Height = 320
  145.       Align = alClient
  146.       Background.Transparent = False
  147.       Background.Style = bsTiled
  148.       BevelOuter = bvNone
  149.       BorderWidth = 8
  150.       TabOrder = 0
  151.       object ResultsLabel: TPZLabel
  152.         Left = 8
  153.         Top = 8
  154.         Width = 344
  155.         Height = 304
  156.         Align = alClient
  157.         Color = clWhite
  158.         Font.Color = clBlack
  159.         Font.Height = -16
  160.         Font.Name = 'Arial'
  161.         Font.Style = []
  162.         HorzAlignment = haCenter
  163.         ParentColor = False
  164.         ParentFont = False
  165.         Transparent = False
  166.         VertAlignment = vaCenter
  167.       end
  168.     end
  169.   end
  170. end
  171.